home *** CD-ROM | disk | FTP | other *** search
/ PC-SIG: World of Education / PC-SiG's World of Education.iso / run / 2602 / connect.alg < prev    next >
Encoding:
Text File  |  1989-10-09  |  316 b   |  13 lines

  1. { CONNECT.ALG - demonstrates the CONNECT procedure. Try executing
  2. this algorithm using both polar and nominal coordinate
  3. systems.
  4. }
  5. ymin=-2; ymax=2;
  6. color=4;
  7. connect(t,1.01+sin(t),t,1.01+cos(5*t));
  8. color = nominal;
  9. plot(abs(sin(t) - cos(5*t)));
  10. plot(1);
  11. text="this is a note: ";
  12. color = 9;note(2,1,.1);
  13.